home *** CD-ROM | disk | FTP | other *** search
/ You're the Director / You're The Director.iso / pc / macf / mita.dir / 00325.ls < prev    next >
Encoding:
Text File  |  1995-10-10  |  154 b   |  9 lines

  1. on exitFrame
  2.   repeat with x = 4 to 5
  3.     puppetSprite(x, 1)
  4.     set the visible of sprite x to 1
  5.     puppetSprite(x, 0)
  6.   end repeat
  7.   updateStage()
  8. end
  9.